home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KUSNF.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.8 KB  |  74 lines

  1. REM                    U.S. Navy Fighters by Electronic Arts
  2. REM
  3. REM                  Analog or Digital Throttle File for USNF
  4. REM
  5. REM               Written and Tested by Matt Hoffman - January, 1995
  6. REM --------------------------------------------------------------------------
  7. REM **************************** WCS SETTINGS ********************************
  8. REM
  9. REM FOR ANALOG THROTTLE:  1. Download this file.
  10. REM                       2. Set RED Switch to Analog and BLACK to Digital.
  11. REM      -OR-             3. See "3a" in GAME SETTINGS.
  12. REM
  13. REM FOR DIGITAL THROTTLE: 1. Delete the REM in front of the "@DigitalThrottle"
  14. REM                          -which is on line 28 of this file.
  15. REM                       2. Download this file.
  16. REM                       3. Set RED and BLACK Switches to Digital.
  17. REM                       4. See "3b" in GAME SETTINGS.
  18. REM
  19. REM *************************** GAME SETTINGS ********************************
  20. REM
  21. REM FROM THE PREFERENCES MENU:  1. Select "Joystick"       for STICK
  22. REM                             2. Select "Keyboard"       for RUDDER
  23. REM       for Analog throttle: 3a. Select "Throttle Stick" for THROTTLE
  24. REM      for Digital throttle: 3b. Select "Keyboard"       for THROTTLE
  25. REM **************************************************************************
  26.  
  27. Mdef KUSNF
  28. REM @DigitalThrottle
  29.  
  30. REM ╔══════════════════════╗
  31. REM ║(P)FCS BUTTON COMMANDS║
  32. REM ╚══════════════════════╝
  33.  
  34. BTN UB /T /N IFFSquawk
  35.        /T /N FireSelected
  36. BTN MB TargetNextVis
  37. BTN LB /P /N DropChaff
  38.        /R /N DropFlare
  39.  
  40. BTN HU /T TrackingTarget
  41.        /T ForwardView
  42. BTN HD RearwardView
  43. BTN HL CockpitOnOff
  44. BTN HR /T MissleTracking
  45.        /T ForwardView
  46.  
  47.  
  48. REM ╔══════════════════════╗
  49. REM ║WCS II Button Commands║
  50. REM ╚══════════════════════╝
  51.  
  52. BTN 1 NextWeapon
  53. BTN 2 JammersOnOff
  54. BTN 3 NextWaypoint
  55. BTN 4 FlapsOnOff
  56. BTN 5 SpeedBrakeOnOff
  57. BTN 6 HUD-NAV/WEAPON
  58.  
  59. RKR UP LandingGear
  60. RKR DN ArrestorHook
  61.  
  62.  
  63. REM ╔═══════════════════════════════════════════════════════════════════╗
  64. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  65. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  66. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  67. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  68. REM ║                                                                   ║
  69. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  70. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  71. REM ║ says "File not found then you have the old microcode version that ║
  72. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  73. REM ╚═══════════════════════════════════════════════════════════════════╝
  74.